.ch-slider-holder {
	width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

.ch-slider {
width: 1134px;
  height: 227px;
  overflow: hidden;
  padding: 0px 20px;
}

.ch-slider .ch-gallery ul{
  width: 100000px;
	list-style: none;
  font-size: 0px;
  margin-left: 0px;
  overflow: hidden;
  height: inherit;
}

.ch-slider .ch-gallery li {
float: left;
  width: 1134px;
  position: relative;
  height: inherit;
}

.ch-slider .ch-gallery li img {
width: 100%;
}

.ch-slider .ch-gallery {
	width: 100%;
  overflow: hidden;
  height: inherit;
}

.ch-controls {
	position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
  left: 0px;
}

.ch-controls a {
  position: absolute;
}

.ch-controls .ch-prev {
  left: 0px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ch-controls .ch-next {
	right: 0px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ch-bullets {
position: absolute;
  bottom: 6px;
  left: 50%;
  z-index: 4;
}

.ch-bullets ul {
	list-style: none;
  padding: 5px;
  overflow: hidden;
  position: relative;
  right: 50%;
}

.ch-bullets li {
  margin: 5px;
  float: left;
	cursor: pointer;
  width: 5px;
  height: 5px;
  background: #aaa;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid #FFF;
  opacity: 0.8;
  padding: 0px;
}

.ch-bullets li.selected {
background: #333;
}

.ch-panel-title {
  position: absolute;
  top: 40px;
	font-family: "Roboto";
  font-size: 32px;
  color: #FFF;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
  z-index: 3;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
}
